projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb2665
)
(set-screen-height): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 24 Mar 1997 05:25:14 +0000
(
05:25
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 24 Mar 1997 05:25:14 +0000
(
05:25
+0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 8bb59a9d3b229d754ee9718e44b3370b90d80597..2af75dc47a106c898fa7332c69c72f9d77fe3a10 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-712,7
+712,7
@@
should use `set-frame-width instead'."
Optional second arg non-nil means that redisplay should use LINES lines\n\
but that the idea of the actual height of the screen should not be changed.\n\
This function is provided only for compatibility with Emacs 18; new code\n\
-should use `set-frame-
width
' instead."
+should use `set-frame-
height
' instead."
(set-frame-height (selected-frame) lines pretend))
(make-obsolete 'screen-height 'frame-height)